home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / SFTODO.ARJ / TODO.DOC < prev    next >
Text File  |  1991-06-03  |  3KB  |  70 lines

  1.                                 Task Manager
  2.  
  3.    1. Introduction
  4.  
  5.       The task manager is a Clipper system for controlling tasks and
  6.       appointments.  It is Network compatible, using file and record
  7.       locking.  If used on a network, assign different individuals a
  8.       separate sub-directory.  Two or more individuals may access a
  9.       given sub-directory at the same time as necessary.
  10.  
  11.    2. All of the following files should be placed in the initial
  12.       sub-directory (such as c:\todo):
  13.  
  14.          DBXX     DBF        85 03-12-91  11:04a
  15.          QUERIES  DBF       394 02-14-91   9:58a
  16.          SFREPORT DBF      5059 03-19-91  11:32a
  17.          TODO     DBF      2217 04-03-91   7:06p
  18.          SFREPORT DBT     12881 03-19-91  11:32a
  19.          SFTODO   EXE    313684 05-31-91   2:29p
  20.          COLORS   MEM       467 04-03-91   4:15p
  21.          TODO     DOC       514 06-03-91   3:39p (This File)
  22.          QUIKREPT PRN      1019 04-11-91   8:03a
  23.          TODO     NTX      2048 06-03-91   3:34p
  24.          TODOP    NTX      2048 06-03-91   3:34p
  25.          TODOD    NTX      2048 06-03-91   3:34p
  26.  
  27.        To start the program, enter SFTODO
  28.  
  29.     3. A memory resident help system (expanded memory or disk swapping)
  30.        is available.  Place the following files in another sub-directory
  31.        (such as c:\help):
  32.  
  33.          OLHELP   EXE    161968 10-24-90   3:05p
  34.          MISPATH  EXE      6240 05-06-90   3:02p
  35.          SFTODO   HLP     16950 03-15-91  12:34p
  36.          MISHLP   CFG        41 03-12-91  11:07a
  37.  
  38.        To use the help system, do the following:
  39.  
  40.           a. Run mispath
  41.           b. Enter the path used by the help system (ex. c:\help).
  42.           c. Place the sub-directory of the help system in your path
  43.              statement. (such as PATH C:\HELP)
  44.           d. Re-boot the system.
  45.           e. To execute the help system, enter OLHELP SFTODO
  46.           f. To activate the help system press Left Shift-F3
  47.           g. See Help on Help topic to use this system.
  48.  
  49.     4. The password protection can be enabled by entering 555 twice.
  50.        It is disabled by entering 777 twice.  When enabled, the password
  51.        is today's day of the month times 100 plus 1.  EX. If today were
  52.        05/20/91, the password would be (20 X 100) + 1 = 2001.
  53.  
  54.     5. This program and its associated help system can be freely distributed
  55.        with all files included above.  Information concerning this program
  56.        and custom business applications can be directed to:
  57.  
  58.              CUSTOM-WARE
  59.              348 Hopkins Rd.
  60.              Williamsville, NY 14221
  61.              Attn: Stan Symons
  62.              (716) 633-5831
  63.  
  64.        My primary service is the design and programming of custom
  65.        applications (Clipper, Turbo Pascal, Turbo C++).  The above help
  66.        system is writen in Turbo Pascal 5.5.   I work with both Network
  67.        ans stand-alone systems.  Please let me know if you have any
  68.        custom application needs.
  69.  
  70.